Add init_hadjust_value and prev_width. Initialize them here. ...and here.
authorMatthias Clasen <maclas@gmx.de>
Mon, 2 Feb 2004 23:20:42 +0000 (23:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 2 Feb 2004 23:20:42 +0000 (23:20 +0000)
commit4ec8e2b20e9e9dc4dcf3a4c789390cfe50455075
tree5c0a649fc146539f1fe5c9ff5d001b4866abe400
parent72ee0b97a52972c9695a486dc2ec7e8a56524391
Add init_hadjust_value and prev_width. Initialize them here. ...and here.

Tue Feb  3 00:15:17 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
init_hadjust_value and prev_width.
* gtk/gtktreeview.c (gtk_tree_view_init): Initialize
them here.
* gtk/gtktreeview.c (gtk_tree_view_update_size): ...and here.
* gtk/gtktreeview.c (gtk_tree_view_size_allocate): Use them
here to properly handle the initial position of rtl-oriented
tree views.  (#127581, chinen@jp.ibm.com)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreeprivate.h
gtk/gtktreeview.c